github.com/golang/mock/gomock.Call.matches (method)

3 uses

	github.com/golang/mock/gomock (current package)
		call.go#L310: func (c *Call) matches(args []interface{}) error {
		callset.go#L74: 		err := call.matches(args)
		callset.go#L86: 		if err := call.matches(args); err != nil {